This applet protects a file to download or a link.
It displays a button, when the user clicks this button a small box asks for a password. If
the visitor enters the right password then the file is downloaded or the page is shown.
The password and the link are encrypted by Easy Applet Builder (if you use the Taiji
Applet Pack then use the Encode applet in the encode directory to encode the password and
the link).
Important note : bad people could decompile the classes of this applet
and try to understand how the encryption works. This is hard but it is possible, so do not
protect too much important things.
Name |
Description |
Default |
Status |
button_width | the button width | applet width | required |
button_height | the button height | applet height | required |
button_text | the button text | - | required |
button_color | the button color | usual button color | required |
frame_background_color | the frame background color | gray | required |
frame_width | the password frame width (pixels) | 250 | required |
frame_height | the password frame height (pixels) | 150 | required |
title | the frame title | "Enter the password" | required |
password_text | the password field text label | "Password" | required |
password | the encrypted password | - | required |
link | the encrypted link | - | required |
target | the target of the redirection :
- "_blank" : show in a new unnamed top-level window - "_self" : show in the current frame - "_parent" : show in the parent frame - "_top" : show in the top-most frame or a custom frame name |
_blank | required |
registration_code | the registration code | - | required |
Special notes |
* You can put relative URL (to target a file on your site) or
absolute (with "http://...") URL. example: relative URL: ../home/home.html absolute URL: http://www.yahoo.com |
Copyright 1999-2001 Taiji Software
All Rights Reserved
http://www.taijisoftware.com
support@taijisoftware.com